x86/mmcfg: rename pt_pci_init() and call it from acpi_mmcfg_init()
authorZhenzhong Duan <zhenzhong.duan@oracle.com>
Fri, 17 Aug 2018 13:04:27 +0000 (15:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 Aug 2018 13:04:27 +0000 (15:04 +0200)
commit29fd98e425346d9e15913eae6d079ddfc835d54c
treeedd46a6fb44f1c3a61bdd15d23ee24fc77a4f181
parenteffed864104ad9bee3f72a2a7d9fb2146b8bf122
x86/mmcfg: rename pt_pci_init() and call it from acpi_mmcfg_init()

Given what pt_pci_init() actually does, rename it properly and move its
declaration to pci.h. Move the only call into acpi_mmcfg_init().

No functional change.

Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>
Tested-by: Gopalasetty, Manoj <manoj.gopalasetty@hpe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/setup.c
xen/arch/x86/x86_64/mmconfig-shared.c
xen/drivers/passthrough/pci.c
xen/include/xen/iommu.h
xen/include/xen/pci.h